home *** CD-ROM | disk | FTP | other *** search
/ Borland JBuilder 6 / jbuilder6.iso / IBM VisualAge for Java Enterprise v4.0 Retail / ivj40 / setup / IDE.Cab / F77537_SmartGuideButtonsUI.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-04-25  |  483 b   |  11 lines

  1. package com.ibm.ivb.sguides;
  2.  
  3. import javax.swing.plaf.ComponentUI;
  4.  
  5. public abstract class SmartGuideButtonsUI extends ComponentUI {
  6.    private static final String kCBIBMCopyright = "(c) Copyright IBM Corporation 1998";
  7.  
  8.    public void updateProperty(String var1, Object var2) {
  9.    }
  10. }
  11.